Deavmi's coding shack
Commit dc4c74044283d4fcd36deee5c91b4bfc26938ac4
Parents : 4ff47c9
Author : Tristan B. Kildaire <deavmi@disroot.org>
Date : 2021-08-11T17:47:29+02:00
s
Changes
Diff
diff --git a/new_docs/content/journal/deps_next.md b/new_docs/content/journal/deps_next.md
index c9e170b..192842b 100644
--- a/new_docs/content/journal/deps_next.md
+++ b/new_docs/content/journal/deps_next.md
@@ -35,4 +35,7 @@ Infact we must do the following:
1. Make sure each entity in the path (as we process each) exists *name-wise*
2. Make sure we init along the way if possible and given the current context
1. Context implies the `static` or `non-static` nature of what we are accessing (so more of a type-checking thing)
+ 1. One remark, the way this is built is to only init, so static etc and some sanity chekcing for non-static
+ 2. Therefore there is no typechecking on this yet, we will do that once the tree is made as that means no look-behinds
+ 3. Which would be impossible, a lookahead after processing could work however, mmmh, still thinking
2. Initialization means to init it, add it to the dependency tree
\ No newline at end of file
Served by rngit 1.5.0 - Generated in 0.06s